home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPTWEAKSPREFSFRAME / TOPTWEAKSPREFSFRAME.txt
Text File  |  2008-11-03  |  1KB  |  52 lines

  1. inherited OpTweaksPrefsFrame: TOpTweaksPrefsFrame
  2.   Caption = 'Folder Confirmations'
  3.   inherited DefaultBtn: TUiButton
  4.     TabOrder = 2
  5.   end
  6.   object ConfirmationsGroupBox: TUiGroupBox
  7.     Left = 8
  8.     Top = 8
  9.     Width = 409
  10.     Height = 65
  11.     Caption = 'Confirmations'
  12.     TabOrder = 0
  13.     object ConfirmDeleteEdit: TUiCheckBox
  14.       Left = 8
  15.       Top = 20
  16.       Height = 17
  17.       Caption = 'Confirm file delete'
  18.       TabOrder = 0
  19.       OnClick = SomethingChangedClick
  20.     end
  21.     object ConfirmDeleteNoSidesEdit: TUiCheckBox
  22.       Left = 24
  23.       Top = 40
  24.       Height = 17
  25.       Caption = 'Require explicit side selection in Delete dialog'
  26.       TabOrder = 1
  27.       OnClick = SomethingChangedClick
  28.     end
  29.   end
  30.   object MiscGroupBox: TUiGroupBox
  31.     Left = 8
  32.     Top = 80
  33.     Width = 409
  34.     Height = 65
  35.     Caption = 'Miscellaneous'
  36.     TabOrder = 1
  37.     object CopyDetectFileLocksMasksLbl: TUiLabel
  38.       Left = 8
  39.       Top = 20
  40.       Height = 13
  41.       Caption = 'Detect partial file locks on:'
  42.     end
  43.     object CopyDetectFileLocksMasksEdit: TUiEdit
  44.       Left = 8
  45.       Top = 36
  46.       Width = 209
  47.       Height = 21
  48.       TabOrder = 0
  49.     end
  50.   end
  51. end
  52.